home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1998 July
/
EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso
/
earkit
/
news
/
thor
/
rexx
/
examples
/
hitrate.br
< prev
next >
Wrap
Text File
|
1998-05-24
|
373b
|
23 lines
/* $VER: HitRate.br 3.1 (7.6.94)
*
* Get hitrate for buffer system
*/
if ~show('p', 'BBSREAD') then do
address command
"run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead"
"WaitForPort BBSREAD"
end
options results
address BBSREAD
BUFHITRATE RATES
say 'Global hitrate:' result
say 'Read hitrate: ' RATES.READ
say 'Write hitrate: ' RATES.WRITE
exit